home *** CD-ROM | disk | FTP | other *** search
/ CD Actual Thematic 15: Shareware / PC Actual CDT 15.iso / files / Windows_95_98 / Programacion / ActiveX / NCTWavPlayer.exe / Main / TestVCDoc.h < prev    next >
Encoding:
C/C++ Source or Header  |  2000-03-06  |  1.4 KB  |  58 lines

  1. // TestVCDoc.h : interface of the CTestVCDoc class
  2. //
  3. /////////////////////////////////////////////////////////////////////////////
  4.  
  5. #if !defined(AFX_TESTVCDOC_H__168FB7D3_C8F0_11D3_996E_F25A1847EC26__INCLUDED_)
  6. #define AFX_TESTVCDOC_H__168FB7D3_C8F0_11D3_996E_F25A1847EC26__INCLUDED_
  7.  
  8. #if _MSC_VER > 1000
  9. #pragma once
  10. #endif // _MSC_VER > 1000
  11.  
  12.  
  13. class CTestVCDoc : public CDocument
  14. {
  15. protected: // create from serialization only
  16.     CTestVCDoc();
  17.     DECLARE_DYNCREATE(CTestVCDoc)
  18.  
  19. // Attributes
  20. public:
  21.  
  22. // Operations
  23. public:
  24.  
  25. // Overrides
  26.     // ClassWizard generated virtual function overrides
  27.     //{{AFX_VIRTUAL(CTestVCDoc)
  28.     public:
  29.     virtual BOOL OnNewDocument();
  30.     virtual void Serialize(CArchive& ar);
  31.     //}}AFX_VIRTUAL
  32.  
  33. // Implementation
  34. public:
  35.     virtual ~CTestVCDoc();
  36. #ifdef _DEBUG
  37.     virtual void AssertValid() const;
  38.     virtual void Dump(CDumpContext& dc) const;
  39. #endif
  40.  
  41. protected:
  42.  
  43. // Generated message map functions
  44. protected:
  45.     //{{AFX_MSG(CTestVCDoc)
  46.         // NOTE - the ClassWizard will add and remove member functions here.
  47.         //    DO NOT EDIT what you see in these blocks of generated code !
  48.     //}}AFX_MSG
  49.     DECLARE_MESSAGE_MAP()
  50. };
  51.  
  52. /////////////////////////////////////////////////////////////////////////////
  53.  
  54. //{{AFX_INSERT_LOCATION}}
  55. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  56.  
  57. #endif // !defined(AFX_TESTVCDOC_H__168FB7D3_C8F0_11D3_996E_F25A1847EC26__INCLUDED_)
  58.